styleproperties: Speed up by not optimizing
authorBenjamin Otte <otte@redhat.com>
Mon, 16 May 2011 20:46:59 +0000 (22:46 +0200)
committerBenjamin Otte <otte@redhat.com>
Wed, 18 May 2011 20:17:57 +0000 (22:17 +0200)
commit82399bf45745f44008c9286b51bdc1df7f124b6c
treef3a1782095cc1aaf5695f3d95d1359c34f46c90b
parent4c92fb2b5dda6db8c78fc7da0a81722ceda92dbd
styleproperties: Speed up by not optimizing

g_quark_try_string() takes a lock and then does a hashtable lookup. So
just using a string hash table for properties is faster.
gtk/gtkstyleproperties.c